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
220
Copying Row Data in UltraWebGrid
posted

I'm using Infragistics version 8.2.  I've got a web grid with some "fixed" columns.  When I highlight a row and do a copy (Ctrl C) and paste it into a new empty row, it copies the Identity field info (which is hidden in the grid).  And it shifts all the other data to the right by one column.  I only mention that I have fixed columns because the copy places the data for the Identity column AFTER the fixed columns, even though it's the first field in the SQL select.  I don't want the Copy to include the "Identity column" data at all.  Is there a way to not include the Identity field data with a Copy (Ctrl C) without writing a lot of code?  I'm very new to .NET programming and want to do this with the least amount of effort.  Thanks.

Parents Reply Children