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
60
How to find UltragridRow if we provide corresponding datarow and solution should be performance oriented.
posted

We are using the Infragistics ultrawingrid 2011 vol 2. To improve the performance we insert the rows by adding the row in the DataSource (that is DataTable). We require a means to get the UltraGridRow if we provide the corresponding DataRow. And we want this band wise (meaning the ultragrid.Rows only provide the rows of the parent band or the first band. Our requirement is to get the UltraGridRows band wise if we provide the DataRow.)