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
Andi,
Apparently this issue has been resolved in version 7.0.7200.305 with a LayoutSettings parameter PersistValueListOnCopy. It works exactly the way I would expect.
I am disappointed that I received no notification from my feature request and stumbled on this accidentally.
Thanks
Conrad
Here are my pages, hope they help!
Hi ca,
I added a custom button to the webgrid and called a separate page to do the upload. The button doesn't show up until after the add. I pass the key to the database to the new page, do the upload, update the row in the database and then return the the original page, which refreshes the grid and displays the filename. I hope this helps.
Here is a screenshot and the code for the page in question. I've included the calling page also.
Thanks,
Unfortunately it doesn't. The checkbox can't be bound because the number of checkboxes in dynamic. Is there another way to accomplish this?
Yudi,
I apologize for not providing the full scenario.
I have a WebGrid that I bind to a datasource on the server side. The user defines how many "loads" they want their order delivered in and I dynamically add that many columns to the grid in the Page_Load server side event. The user then splits their order by checking the appropriate boxes and I save that data via a server side UpdateRow and a stored procedure because that data is stored in a table that is different from the original datasource. If the user returns to this page, I need to display what they previously selected, so I select the data from the database in the InitializeRow server side event and set the checkboxes. The page is displayed correctly with the boxes checked, however, if they check a new box and save that data, the original checked boxes return nothing instead of true. I hope this helps.
After spending time looking at the documentation for WebGrid on http://support.intersoftpt.com/, I discovered some code to 'Reconfigure the "Enter" key functions on EditMode'. I was able to add the following section and make it work for Adding also. I've attached the code for reference.
Thanks for your help!
}
wgGetRowByElement(destRow).Select();
wgHighlightEditCell(destCell);
Your example works as expected. I've stumbled upon some new information. When I get the null object error message with my code, it references the previous page, not the page containing the control. Does this offer any clues to my problem?
The first 3 columns seem to work and then I get this message on the 4th column. As I stated earlier, the KeyDown event works if I hit the Enter key twice. Does that offer any clues?
Using the code above, I receive the error message attached.
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