Skip to main content
November 16, 2011
Answered

AdvancedDataGrid itemEditor

  • November 16, 2011
  • 1 reply
  • 502 views

When i edit an item in the advancedDatagrid , i obtain the item that is being edited from the rowIndex. But i get a strange issue, for some reason the text edior akso updates some other row on top with the same value and this issue is only when i edit the last row and some numeric value is entered in the editor. Any idea on how this issue can be fixed?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer

Strange, this was a scroll issue . weird that it scrolled only wen i typed the number " 1 " . So i had to set the vertical scrollposition of the AdvancedDatagrid When the value in the editor changed.

1 reply

Correct answer
November 16, 2011

Strange, this was a scroll issue . weird that it scrolled only wen i typed the number " 1 " . So i had to set the vertical scrollposition of the AdvancedDatagrid When the value in the editor changed.