I have a web appl where you put some data and click search and using ultrawebgrid data displayed on the scrren.Everything was working fine but suddenly data now not displaying on the screen in production(QA and development server did not worj as well.
I compile and deploy appl from local machine to development server and development server is working.Then I tried to move aspx files and couple of DLL files to QA server but unfortunately QA server is not working.
Web appl consist of various pages but only one is not working.
Here is my aspx page code:
="UltraWebGrid1_SelectedRows"
="UltraWebGrid1_PageIndexChanged">
>
="HOME-ISC">
="EIS-ID">
/>
="90px">
="FIRST NAME">
="true">
="MID NAME">
="120px">
="LAST NAME">
="45px">
="TITLE">
="55px">
="HOME-LOC">
="50px"
="TotHrs">
="YTD-HRS">
="ApprHrs">
="APPR-HRS">
="PendHrs">
="PEND-HRS">
="WAIV-FLAG">
="WaivLmt">
="WAIV-LMT">
="STAT-CODE">
="NotSet">
="10px"
="OutlookGroupBy"
="80px"
="20px"
="true"
="Verdana"
="805px">
="2"
="PrevNext">
="1px">
="0px">
="Left">
="1px"
="8pt">
="#D6E4C0">
="#BECA98">
="">
="Verdana,Arial,Helvetica,sans-serif"
="200px">
="White">
="Solid"
="11px">
Please help me to resolve this issue
Hi vavebukh,
Thank you for posting in the community.
I can see no issues with the code you have provided. In this case I would suggest ensuring that your grid's data source is accessible accross all of your servers. It may be worth adding a small dummy grid in the page in question bound to a datatable in order to isolate the root of the matter.
Please 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/
Do not hesitate to contact me if you have any questions.
Please feel free to contact me if you need further assistance with this matter.