Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
band problem
posted

Hi,

I have a baseclass view which has a ultragrid and am deriving a child class from baseclass.

so my childclassview also has the ultragrid.  And this ultragrid is only having one band . we are not creating any bands in the child class. This Ultragrid is bound to a datatable on run time.

For some reason, when I stop the program, the childclass designer always creates a new band. am wondering is this is a bug or is there any other property to turn off creating bands automatically.

Also because of this am having problem in displaying error icons in the cell on validation. I have set SupportDataErrorInfo = RowsAndCells , DataErrorCellAppearance and DataErrorRowAppearance properties. But for some reason the icon is not showing up and also the error message. Is it because of band problem.. Appreciate a reply in this regard. Thanks!!

Parents Reply Children
No Data