iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Protected Sub wgBusqueda_RowChanged1(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.RowChangedEventArgs) Handles wgBusqueda.RowChanged
WebGrid1.RootTable.Columns(0).DefaultText = txtUser_rol.Text
WebGrid1.RootTable.Columns(0).DefaultValue = txtUser_rol.Text
but it's no result. plesase help me.
I created a simple sample based on your requirement, assigning a default value on client side event using DefaultText or DefaultValue.
The sample consists of a WebGrid; an HTML input textbox; and an HTML button. Any text typed in the textbox will be set as DefaultText and DefaultValue of ShipperName column of the WebGrid.
Hope this helps. Should you have different scenario, please make any necessary changes to the sample file and send it back to us for further investigation.
Did the page run FlyPostBack? If yes, I'm afraid that you will need FullPostBack to make it works. OnRowChangedAction-->FullPostBack.
If you want to do it client side, you can assign those DefaultText or DefaultValue in OnInitialize event.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname