The cell is overexposed to the window

Asked By 30 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #144688

The cell is overexposed to the window

qa-featured

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!

Related Questions