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 Stephe Faust,
I've modified your sample and attached it here.
For 1st issue, you're using ResourceTemplate so you must handle the checkbox by yourself. This error occurs because some javascript are break. You can look at WebScheduler1_OnAfterRenderView client-side event for the problem solving.
For 2nd issue, you can handle the input of your EventColor on Update server-side event. This happens because EventColor is not bound into WebScheduler.
Hope this helps.
Regards,Bernard
Hi Tony,
I can replicate your issue in our local end. First think I though this problem occurs because our control. But after I made the same structure like your sample, it works properly. Then I modified your sample. I though if I put the control without master page, your project works properly. But in my sample it works either with master page or without master page.
After searching the problem, I found out the problem is on your web config. There's misconfiguration in your web.config. You can add this code inside system.web tag:
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" />
I also attach the modified web.config. Hope this helps.
Hi Clinton,
I tried to replicate your issue in our local end using our sample (RowCheckerColumn.aspx) by changing its doctype to XHTML DocType like you mentioned above. But unfortuantely, this issue doesn't appear in our local end. Could you tell me the steps to replicate this issue in our local end? If possible, you can make a simple sample that can replicate this issue in our local end so I can debug it here. Look forward to hear any feedback from you so I can help you further.
Hi TJ,
Could I look for your selecting method in ISDataSource? You must handle selection and insertion method if you have identity column in you database. This Knowledge Base maybe will help you to handle retrieving identity value:
http://www.intersoftpt.com/Support/WebGrid/KB/Retrieving-Identity-(Auto-generated-values)-during-Insert-operation-in-WebGrid-Hierarchical-Load-on-Demand-Scenario-using-ISDataSource-NET/
Hi Richard,
For your information, our latest product (Intersoft WebUI Studio 2012 R1 SP1) have fully support on Visual Studio 2012. This also include, the integration of our SilverLight control. You can download the product here.
Hi Kashif,
You can use this scenario on WebGrid. FYI, in my sample, I don't use any DataSource that bind to WebGrid. WebGrid take data from datatable in code behind. Please look AddRow Event in my sample for tutorial how to add row in Unbound WebGrid. You can also add data when WebGrid Initialize from either database or manually assign on InitializeDataSource event. You can ask me if there's scenario that you want to achieve using this Unbound WebGrid. Hope this helps.
Hi Eric,
I think this is default behaviour of WebGrid when AutoFitColumns set to true. When you set that property to true value, WebGrid will calculate width of each column automatically. Perhaps the space that shown in the right side of WebGrid appear because rounding of calculation result that WebGrid do. We couldn't hide this space because it's handled by WebGrid. Hope this helps.
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