User Profile & Activity

Bernard Xiang Member
Page
of 52

Hi Nayak,

To resolve this matter, maybe you can use our WebInput as CustomEditor. Using WebInput, you can specified its input mask so user won't put the wrong value. I also have made you a simple sample. Please look in my sample and let know if this sample achieved your scenario. Hope this helps.

Regards,
Bernard

Hi Tenika Lusby,

When using WebDialogBox with IFrame Content, WebDialogBox won't render the button below the WebDialogBox. WebDialogBox render all its content with its defined IFrame Page. However, you can put a button in your IFrame Page to close the WebDialogBox.

I have made a simple sample regarding this matter. Please look in my sample and please tell me if this sample have achieved your scenario. Hope this helps.

Regards,
Bernard

Hi Nikola,

Glad that you have solved your problem. However in my solution, there are many looping that happen for each column. If you have any further question, please don't hesitate to ask us.

Regards,
Bernard

Hi Nikola,

I've made a sample regarding this scenario. It works, but as you can see there's much looping in this code that might cause low performance on WebGrid. Could you check on my sample and tell me if there's an error in my sample? I attach the sample here. Hope this helps.

Regards,
Bernard
Hi Nikola,

Maybe if you have list of column that you want to delete, we can do it this way. You can list the column that you want to delete in 1 array regarding the privilege that user have in that column. Then in PrepareDataBinding event, you can delete the column that listed in that array. Although, you can change this array like datasource like you did before. Also with this method, you couldn't have to define each 160 column in WebGridColumns. You just need to retrieve the structure then remove the column that you want to delete in WebGrid. I attach my sample here. Hope this helps.

Regards,
Bernard

Hi Madhavan,

Glad that you have resolved your problem. If you have any further question, please don't hesitate to ask us.

Regards,
Bernard

Posted: May 21, 2013 11:01 PM

Hi Adam,

If you're using IE10, this matter should be happen when you're using HTML4 doctype. This matter happen because IE10 has new rendering engine which rendered HTML4 doctype in different way from other browsers. However, if you're using HTML5, WebScheduler will rendered incorrectly because WebScheduler 3 doesn't support HTML5 doctype. This will be supported in WebScheduler 4. Actually, for WebExplorerPane and WebPaneManager which are part of WebDesktop. It has been enhanced for HTML5 and IE10.

Sorry for my mistake earlier, I have checked to our backlog. This issue had been solved in in our latest WebDesktop hotfix. You can update your WebDesktop assembly and apply it to your project. This issue won't be persist in HTML4 doctype. Hope this helps.

Regards,
Bernard

Posted: May 20, 2013 1:40 AM

Hi Adam,

This issue happen because FilterExpression wasn't added to Select Method in when WebScheduler rendered. However, You can use my method to add Filter Expression in Select Method. If you have any further question, please don't hesitate to ask us.

Regards,
Bernard

Posted: May 20, 2013 12:05 AM
Hi,

Because you just need 1 parameter from server, maybe you can put the attributes outside of our WebGrid. If you're using HiddenDataMember, the attributes will be rendered recursively and it won't be effective. However, attributes in WebGrid class, won't be rendered inside WebGrid but you can access it in server so it will be better if you're using another element like form or div container to achieve this scenario. Also please ensure if the element have "server" value for runat attribute. So it will be rendered in client-side. Hope this helps.

Regards,
Bernard

Hi Adam,

I tried to replicate your issue here. This issue happen because our validation for EditingForm. When you changed the culture, WebScheduler couldn't find its value. Since it has been hardcoded in our JavaScript (it's obfuscated), you couldn't change this javascript validation. Although, there's a way to resolve the javascript error from your editing form. You can delete client-side event from WebInput in EditingForm but this way is not recommended. However, you can use Custom EditingForm to resolve this issue. It's the safest way to resolve this matter because it won't use our built-in javascript for EditingForm. You can see the walkthrough here:

http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/

Please let me know if you found any new issue in WebScheduler regarding this matter. I'll help you to resolve it. Hope this helps.

Regards,
Bernard

All times are GMT -5. The time now is 7:46 AM.
Previous Next