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
215
Multiline TextBoxProvider
posted

Hi, i can't set the EditorControl-TextMode="MultiLine" attribute of the TextBoxProvider, just one row is displayed inside the control "txtDescrizione":

<EditorProviders>
<ig:TextBoxProvider ID="txtDescrizione" EditorControl-TextMode="MultiLine">
<EditorControl TextMode="MultiLine"></EditorControl>
</ig:TextBoxProvider>
<ig:TextBoxProvider ID="txtCommento">
<EditorControl ID="_txtCommento" TextMode="MultiLine"></EditorControl>
</ig:TextBoxProvider>
</EditorProviders>

 

Thanks a lot.

 

Roxanne

Parents Reply Children
No Data