User Profile & Activity

Bernard Xiang Member
Page
of 52

Hi Armore1927,

Actually in WebGrid 8 on latest build, WebGrid has implement new property to preserve its whitespace. You can change PreserveWhitespace property on WebGridColumn to true value to resolve this issue. Please let me know if there are any new issue regarding this whitespace problem. Hope this helps.

Regards,
Bernard

Posted: March 3, 2013 11:21 PM

Hi Nikola,

In my sample, I'm using Data Context that automatically built from LINQ to SQL Classes item (dbml). You can see the connection definition in Northwind.designer.cs inside Northwind.dbml. You can use aspx with WebMethod like you mentioned above. You can also define the stored procedure for data retrieval inside it as long as you can access the custom class in WebMethod to get the data. For references, you can look the sample in our WebCombo sample about client binding. And to refresh the value inside ResultBox, you can put the same way like in my sample.

WebCombo2.IsDirty = true;
WebCombo2.NeedClearList = true;
WebCombo2.Values = null;
WebCombo2.ClearSelection();
WebCombo2.RefreshValueItems();

Hope this helps.

Regards,
Bernard

Posted: March 1, 2013 1:38 AM

Hi Nicola,

To achieve your scenario, I've made you an sample. You can download the sample here. 

To refresh Client Binding WebCombo using this script. When you select the first WebCombo, second WebCombo will refresh its value. Hope this helps.

Regards,
Bernard

Hi,

I tried to replicate your problem in your local end. But unfortunately, this matter doesn't happen in our local end. Whether the AllowFilter set to Yes or No, the popup still open and it won't show any error like you mentioned before. Could you tell us you WebGrid version and build? And is there any sample or steps to reproduce this error in our local end? Look forward to hear any feedback so I can help you further.

Regards,
Bernard

Hi,

This issue has been solved in WebGrid 8 Build 251. You can try our hotfix and please let us know if there's another issue in your local end. Hope this helps.

Regards,
Bernard

Posted: February 20, 2013 8:46 PM
Hi Madhavan,

Actually this matter has been solved in our latest build. You can try to apply our hotfix that you can get in your developer network or by using Update Manager. If this matter still happen, please don't hesitate to ask us.

Regards,
Bernard
Posted: February 20, 2013 3:06 AM
Hi su su,

I think to solved this matter, you should specified some action that WebGrid will do during deleting BatchUpdate row. I've made an sample how to handle deleting method from BatchUpdate WebGrid programmatically. Could you check in my sample and tell me if there's anything wrong regarding my sample? Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard
Posted: February 17, 2013 10:45 PM

Hi,

Actually, there are no methods to find WebCombo inside used pages. The only way to do this is by listing all the WebCombo pages inside your code.

Regards,
Bernard

Posted: February 8, 2013 2:30 AM

Hi,

Actually, for now, we couldn't exclude WebCombo for GZIP compression method. This method of GZIP compression applied to whole control in one page. But maybe, you can exlude the page with WebCombo using this module.

http://stackoverflow.com/questions/6939304/gzip-a-single-asp-net-page

Hope this helps.

Regards,
Bernard

Posted: February 7, 2013 11:30 PM
Hi Eric,

Could you explain me more detail about scenario that you want to achieve? From the information above, I assuming that you want to make a WebCombo with a Listbox, something will trigger WebCombo to send the value inside it to ListBox then WebCombo will hide the value. If this scenario that you want to achieve, I have made a simple sample that you can use to achieve this scenario. I attach the sample here. Hope this helps.

Regards,
Bernard
All times are GMT -5. The time now is 11:11 PM.
Previous Next