User Profile & Activity

Bernard Xiang Member
Page
of 52
Posted: October 22, 2012 1:15 AM

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

Posted: October 18, 2012 9:34 PM
Hi Clinton,

I attach my sample here. This sample run properly in our local end. You can try this sample on your developer machine. And please tell me if this sample not working properly. 

Also you can update your WebGrid to latest build of your version (WebGrid 7.0.7200.533). But if this problem still occurs, I suggest you to upgrade your WebGrid to WebGrid 8. We wouldn't longer any hotfix for WebGrid 7 because it's discontinued. Sorry for this inconvenience. Hope this helps.

Regards,
Bernard
Posted: October 18, 2012 12:19 AM

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.

Regards,
Bernard

Posted: October 16, 2012 11:19 PM

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.

Regards,
Bernard

Hi TJ,

I think you must handle the select and insert method besides adding ref value on your parameter. I've search for the sample of KB. In that sample, you can find dsNorthwind.cs that describe you how to handle identity value. I attach the sample here. Please let me know if there's misconfiguration in that sample. Hope this helps.

Regards,
Bernard

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/

Hope this helps.

Regards,
Bernard

Posted: October 15, 2012 5:12 AM
Hi Tony,

I tried to replicate your issue in our local end. But unfortunately, it works properly. Is this matter happen in WebGrid 8 and WebInput 4? Could you let me know WebInput configuration and in which column did you use this WebInput as CustomEditor? It's better if you can provide us simple sample that replicate this issue in our local end, so we can immediately investigate your issue here. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

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.

Hope this helps.

Regards,
Bernard

Posted: October 14, 2012 9:59 PM

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.

Regards,
Bernard

Posted: October 12, 2012 12:52 AM

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.


Regards,
Bernard

All times are GMT -5. The time now is 6:34 PM.
Previous Next