Hi
How can i find the band index of the row im deleting in the BeforeRowDelete event of the UltraWindGrid?
Hello Burmo,
You could get the band through:
e.Rows[0].Band;
Please do not hesitate to contact me if you need any additional assistance.
Hi Boris
This doesnt seem to work...
I dont get a Band property from the rows attribute...
this is my error for the following syntax: e:Rows:Band
Could not locate element 'Band' in class 'Infragistics.Win.UltraWinGrid.UltraGridRow[]'.
this is my error when trying the following syntax: e:Rows[0]:Band
Rows is not an array or an indexed property, therefore using a subscript is not valid.
i tried messaging the above statements and those were the errors...??
Any ideas???