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 Conrad,
Actually, the bulid in of WebGrid is set like that regading to the privacy issue. So when you copy a row, it will restore the data based on what is shown. In a matter of fact, there is a workaround for this issue. You can try to create and add your own context menu and store each data(value or text) in each column by your on demand. Or perhaps, for the conveniences, you can request for this particular feature at Developer Network -> Community Center -> Product Support -> Feature Request.
I hope it helps and please, let me know if you have any other questions. Thank you.
Best Regards,
Andi Santoso
Hello Scott,
Yes, actually we do have the example of WebTab using Inline Content mode with a content inside. You may check in on our sample at WebDesktop\WebTab\PopulatingTabContentProgrammatically.aspx.
I hope it helps and please, let me know if you have any other questions, thank you.
Hi Tenika,
Have you recieved an email from our Marketing Department ? And have you tried to resolve your problem ? Apparently, it seems that you have entered wrong license key if I am not mistaken.
Please let me know if the problem is solved. Thank you.
Hi Charles,
Actually, you can just use "Disable()" method to make them as Read-Only. Here are the sample code.
function Disable_Webcombo() { var combo = ISGetObject("Webcombo1"); combo.Disable(); } function Disable_WebInput() { var input = ISGetObject("WebInput1"); input.Disable(); }
Best Regards,Andi Santoso
** Double Post **
Hello Jocelyn,
Are you asking on how to show the checkbox on the WebGrid? because I am not quite sure what is you issue. The Edit type of checkbox is, actually, will return the value of either 0 or 1 only. Here are the sample code to show the checkbox on the WebGrid and I attached you a sample file using northwind database to be more clearly for you.
<ISWebGrid:WebGridColumn Caption="Discontinued" ColumnType="CheckBox" CustomEditorName="HtmlEditor" DataMember="Discontinued" DataType="System.Boolean" EditType="Checkbox" Name="Discontinued" Width="100px"> <ValueList DataSourceID="AccessDataSource1" DataTextField="Discontinued" DataValueField="Discontinued"> </ValueList> </ISWebGrid:WebGridColumn>
Hi Maged,
It is wierd, because it looks fine in here and I attached you the result as well. Perhaps, you can create it by modifying my sample code and see if it works. Or maybe, if it still does not work, you can attach your code file for me to investigate it furthermore. Thank you.
Hi Nicolas, May I know your WebGrid version? And please ensure you have got our newest hotfix, because I have tried under your environment and it still works fine. Thank you.
Attached is a simple .ascx sample regarding your problem. I set the RowHeightDefault="-1px" and perhaps, you miss to set the Height = "0px". For further more, you can take a look at my .ascx sample. Thank you.
Hi Tenika Lusby,
No, all you have to do is to add the licenses to the License Manager. I have tried to validate your licenses and they are all valid. Ensure that you use it on Development and not Depolyment. And may I know what kind of Operating System are you using? Is it 32-bit or 64-bits ?
Thank you.
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