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 Conca,
From what I see on your code behind, you are using Unbound data binding. Sorry to tell you, but, our WebGrid does not support on exporting an Unbound WebGrid. Thank you.
Best Regards,
Andi Santoso
Hi Mircea,
I think, I am having a problem to replicate the error or perhaps I was missing something. But I have tried to do your scenario and it works just fine. Attached is a sample simple code as same as you and it works nicely at my end. Perhaps you can modified my sample to replicate the issue and send them back again.
I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you.
Hi Peter,
Yes, the code that you have provided is almost correct. But to set the auto value of column, we will need to use SetText instead of SetValue. And also, we do not need to get the selected object and so on, because on OnBeforeAdd event, it will pass the rowObject, so we can just use that particular object. Here is the snippet to do so:
function WebGrid1_OnBeforeAdd(controlId, tblName, rowObject) { var WebGrid1 = ISGetObject(controlId); var cells = rowObject.GetCells(); var getCell = cells.GetNamedItem("Description"); getCell.SetText("This is an auto fill", true) return true; }
Hi Mark,
We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue (WebCombo 4.0.7200.219). Please click here to read the official press release.
You could also read which fix or enchancement included in the latest build by visiting the support page and clicking the control name located on the Right Pane "Latest Builds".
Hi Dasha,
Sorry to tell, but, our grouping in WebGrid is grouped by the data that are rendered on its WebGrid. So if it has no data or empty, we can not have a grouped section with empty data. I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you.
Hi George,
We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue (WebDesktop 3.0.7200.308). Please click here to read the official press release.
Hi Douglas,
Thank you for detail information. However, it will be great if in some other time, you can kindly send the code as an attachment file. I will really appreciate that.
If we integrate the DropDownList to WebGrid, we do not have that kind of behavior that showing dropdown list on initialize, however, we do have a workaround on this scenario. In order to do so, we will need to use CellTemplate and integrate it to our WebGrid. Attached is a sample of cellTemplate using dropdownlist. One thing to remember is, you will need to put the "cellTemplate_dp.cs" on your App_Code folder. On "cellTemplate_dp.cs", we will create a dropdownlist template and call these on our back end.
Hi Yousif,
Actually, you can ask the feature request at your Developer Network -> Community Center -> Product FeedBack -> Feature Request. Thank you.
Hi Way Hang Wee,
Sorry to tell, however, our WebCombo does not support that kind of behavior. Our WebCombo can only create an inherit sequence link to one particular WebCombo.
I hope it helps and please do not hesitate to ask if you have any other questions.
Forgive me, but unfortunately, currently we do not have that kind of property. The only way to do so is by adding IsAutoWidht="True" in every each cell that we are desired to. On the other hand, perhaps, you can ask for feature request in this particular feature.
I hope it helps and please do not hesitate to ask if you have any other questions. Thank you.
Best regards,
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