The cell is overexposed to the window
Hi there, I get an error message when I press a igtbl: UltraGridColumn type = "Button", says that, “the cell is overexposed to the window.”
Any brainy ideas to fix this problem guys?
Thanks in advance.
Hi there, I get an error message when I press a igtbl: UltraGridColumn type = "Button", says that, “the cell is overexposed to the window.”
Any brainy ideas to fix this problem guys?
Thanks in advance.
Good day to you,
I have extensively researched for the solution of your problem and my findings are as follows:
Examining your error message it’s evident that UltraWebGrid does not support automatic sorting with ObjectDataSource. You will need to cancel the client side and server side sorting events and to implement your own logic to sort the DataSource.
Also keep in mind that UltraWebGrid has become outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in the product package. I recommend you switch to the WebDataGrid/WebHieararchicalDataGrid.
Check out ore about WebDataGrid/WebHieararchicalDataGrid from the following links:
Hope this solves your problem!