Welcome Guest Search | Active Topics | Sign In | Register

Maskedit Options
AndreaZ
Posted: Wednesday, December 17, 2008 7:10:34 AM
Rank: Advanced Member
Groups: Member

Joined: 10/20/2008
Posts: 75
I should trigger a callback when my user change the value in a maskedit and the masledit is in a maskeditcolumns in a grid in the calbackpannel!
the callback pannel permit to me to set only grid1 and not maskedit1
And, how can I the Grid1_ItemChanged event fired?

eo_support
Posted: Thursday, December 18, 2008 1:47:28 PM
Rank: Administration
Groups: Administration

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

You will not be able to do that. Our Grid is much more a client side Grid than a server side Grid, so it is designed to allow you to make multiple changes until the page submits. Standard ASP.NET Grid on the other hand gives you the ability to trigger a post back immediately after you change something. So I believe that should work better for you.

ItemChanged is fired when the page submits after changes are made to the Grid.

Hope this helps.

Thanks!


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.