I am using a ultrawed grid in my application.Actually Iam not binding data to grid from database. I called a service and retrieved data and bound data to the grid.
when i clicked on column header of first page,filtering and sorting is working fine but when moved to second page,filtering is working but sorting is not working all columns.
Iam getting value as "none" for this line in second and third pages.
string
strSortOrder = Grid1.Columns[e.ColumnNo].SortIndicator.ToString()
Ultrawebgrid sorting disabled for only one column in InitializeLayout event.
if (GridStatus.Columns.Exists("Action")) {}
Action is column name here we found the column i want disabled sorting only this column using c# code behind.
Please Help.
Thanks & Regards
Subhash Sharma
I have ultrawebgrid , I want to store last sorting session with paging using javascript and reload the last sorting in ultrawebgrid and maintain paging also .......................
Please help
Hi ,I m using ultrawebgrid in asp.net .........i am facing porblem like we have one ultrawebgrid and applying AllowSorting =True, in the ultrawebgrid we have multiple paging option let say we are in second page and applying sorting and we have also one button in ultrawebgrid ....in the button click we open one popup window from there we have one save button click on save button saving the popup value and reload the ultrawebgrid page .....after the reloading page index will be change and soting order will be change but we don't want to change the sorting order and don't want to change page order also ....................wnat to do all from javascript ......................Please help ..............................
i have already spent much time but didn't find any solution.
Hello krishnaManju,
Please feel free to contact me if you are still experiencing any issues.
Thank you for posting in the community.
Please provide me with some information regarding your product version and whether you are using UltraWebGrid's AJAX so that I can efficiently research the matter. A small sample illustrating the behavior would be greatly appreciated.
Note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Feel free to contact me if you have any questions.