Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
problem with WebCombo in design mode
posted

hello,

I try to use WebCombo in my web application. I put 4 webCombo on my page. And each webcombo is linked with a datasource. I defined differents options in design mode. But when I come back in the code, my UltraGridColumn are modified. The default UltraGgridColumn are back and mine disappear.

<igtbl:UltraGridColumn BaseColumnName="CodeID" DataType="System.Int32" ..></igtbl:UltraGridColumn >

becomes

<igtbl:UltraGridColumn BaseColumnName="Col0 liée aux données" Key="Col0 liée aux données" DataType="System.Int32" ..></igtbl:UltraGridColumn >

Did someone already have the same problem ? Are there a solution ?

Is it because I have an trial version ?

Thanks

 

David

 

 

Parents
No Data
Reply
  • 14049
    Offline posted
    Hi,

    No, trial version does not alternate functionality...
    Try assigning combo's DropDownLayout.BaseTableName to have the table's
    name. It should fix the problem.
Children
No Data