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