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
Hi
I have controls above the grid and on add button it adds row in the grid. I need one column in the grus to Save the ID as i need to save the same on save button. Hiddendatamember is read only column. Visible false are accesed on the client side and column with size zero does not work for the Fire fox and Chrome. Can you please help??
From your description, I assume that you need to have ID column to be hidden. HiddenDataMember feature doesn’t fit your need due to the fact that the hidden data will become read-only. Could you please let us know if there is any need to be able to edit the text/value of the hidden data?
Set the Visible property to False doesn’t suit the scenario as well. It seems that you have a need to access the hidden column on client side.
I tried to create a simple sample based on your description. The sample uses JavaScript function to hide “CompanyName” column of Shippers table (from Northwind database) in on load of window.
The trick to access and and set a new value/text of the hidden column is to get the column to be visible (so that we can access it from client-side); set the new value/text; update the changes; then set back the column to be hidden.
I enclosed the sample as attachment. Please let us hear your feedback whether this helps or not.
Hi Yudi,
Thank For your reply. Actually sample which you sent is not helping me much. First of all my fucntion is not Called on the Window.Unload. So i called it on page load of client side.
It Hides the column for me. But when i double click on the grid to populate the controls on the top. It gives me error with the hidden column.
And for the add button when i enter the row in the grid the column doesnt hide. My button is calling client side function. No postback is happning.
Please help me.
For your information, in the sample attached in my previous post, the JavaScript function is not called on the window.unload. It is called on the window.onload.
I’m willing to advice you further but in order to do so I would need you to elaborate on your specific scenario and give me a running simple sample which replicates the reported problem and step-by-step guide that I can use to observe the problematic behavior.
If possible, you may make any changes to the sample I sent on December 17, 2012 until it replicates the problem. The modified sample will helps me much to find what may cause the problematic behavior.
Thank you and have a nice day.
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