Welcome Guest Search | Active Topics | Sign In | Register

Combining append and fixed items in grid control Options
Tom K.
Posted: Monday, September 14, 2009 5:16:58 PM
Rank: Advanced Member
Groups: Member

Joined: 9/14/2009
Posts: 29
Does anyone know if you can combine record append functionality with fixed bottom items in a grid control?
eo_support
Posted: Tuesday, September 15, 2009 8:39:43 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You should be able to just use them together. The key is the bottom items should always be last rows in your data source. For example, if you are binding the Grid to a DataTable, the bottom rows should be the last rows in your DataTable. This means when user appends a new item, it actually should be inserted into the DataTable before the bottom rows.

Thanks!
Tom K.
Posted: Tuesday, September 15, 2009 9:13:15 AM
Rank: Advanced Member
Groups: Member

Joined: 9/14/2009
Posts: 29
Hi,

Interesting approach...I'll give it a try.

Thanks very much!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.