Hi sandy_joggy,
Please let me know if you need further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Thank you for posting in the community
After researching your requirement it seems that there is no way to arrange columns before the row expanders of the UltraWebGrid. What I would suggest you to do is to hide the row expanders by setting the UltraWebGrid band's indentation to 0. Then you could add a column at your desired position and style it as an expander, ultimately expanding the rows upon cell click using:
igtbl_getGridById("UltraWebGrid1").Rows.getRow(0).setExpanded(true)
Please note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Please let me know if this helps.