In my webforms site in asp .net using c# in VS2015
This is a dashboard application, and
I have a situation where i have datarepeaters which have a row count that do not vertically fit on a display.
What i would like to do is do a auto scrolling data repeater, where the repeater starts from record 1 and gradually scrolls down to last record. Once it hits the last record it should go to the top record and start again.
the marquee tag has been deprecated, and most of my attempts at using various jquery functions with the help of internet haven't really worked out.
Can someone please help?
Finally found a way to do it myself.
Used jquery ticker.
Related
Currently, I am using an Infragistics UltraGrid in Windows Forms application. I have columns generated in the grid dynamically. I have nearly 20 columns inside the grid and therefore also has a horizontal scroll bar in the grid. I have all my columns in disabled state (read-only) except the last one.
But now the problem is, whenever I open the application, the grid is loaded with the scroll bar on the extreme right side to show the active column. But I want the scroll bar to be on left side so always the first column of the grid is visible. I could not find any scroll bar position related properties in the grid. I also tried seeing some scrollbar related events but nothing worked. Do anyone have any idea what can be done. I have also posted this question in Infragistics forum and waiting for answer. Could you please help me to get around this problem?
I am also unable to understand what code sample is to be posted. I dont think of any helpful code extract for this problem.
I try to reproduce your issue using our latest available version - 13.2.20132.2010, but without success. The grid show the first column. Could you please tell me what is your current version. Are you able to upload small sample that reproduce this issue. I`ll be glad to research it for you.
Are you using Save/Load layout methods of your grid, because this is one possible reason for this behavior or maybe somewhere into your code you call Scroll methods.
Let me know if you have any questions.
I have a very wide gridview and I need to be able to update the records, however, I update the records inside the gridview, the gridview in edit mode goes out of the page. I tried a detailsview, but for some reason I wasn't able to update it.
I am trying to use a panel with textboxes, and I want to be able to select the gridview row and make the panel display in a modalpopup displaying the row information for me to update.
I am using SQL Server 2008 and Asp.net in C#.
Are there any example codes that you guys might now of?
What do you recommend me doing in this situation?
Thank you for your time.
I think you should for a ModalPopupExtender for the ease with which you can achieve what you want here.
Here is a very good EXAMPLE
Its a step-by-step guide on exactly what you want to do.
I have a GridView in a div with Vertical scroll, but I want to fix the Header and the footer when the user scrolls...I Googled it, but the majority of answers are old and never worked fine or worked only in IE.
Someone have a method for work in every browsers ?
I use asp.net 4.0 and C#
I find a very good component, extended of GridView and fix my problem. If someone has the same problem: http://www.codeproject.com/Articles/59160/Extended-GridView-with-Fixed-Header-and-Pager
Hi I've been running around trying to fix ONE problem for days now and getting to point of giving up.
I've got a listview that's using an updatePanel with Timer so that just the listview updates not the entire page and it works fine on the local server but when up on webserver its having none of it. I stripped it back as far as I could and it looks like the full postback is occurring because the listview updates from the sqldatasource which is obviously essential or the listview can't get any data.
What's going on here? There must be a way to update the listview withing a full page postback, I've been through so many forum posts and tutorials to find different methods to do this but to no avail.
If anyone can help I would be extremely grateful, thankyou in advance
I have a regualar HTML table to be displayed on blackberry application. It displays data perfectly fine with scroll bar using overflow property. But this scrollbar is not very user friendly, it bearly works. Pagination cannot work because the height of the table is specified by user and it will make the application very slow due to reloading.
Is there any other option to make scrollbar work properly.
thanks
If you're displaying this in the BlackBerry browser, then no, there is no way to improve its scroll bar.
Fundamentally, the answer is to make a version of the UI that works on a blackberry-sized screen. If your application is properly structured, that is pretty easy as its just another view on your data.