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
1106
EditorProvider - CssClass being overidden by inline styles.
posted

 

 

 

 

 

 

Although I add my css Class below 'FreeText', an inline style which is being rendered ( not by me ) is restricting the size of the box in my case to 261 * 31 high. Any way  to prevent this ?

<EditorProviders>

 

 

<ig:TextBoxProvider ID.="WebHierarchicalDataGrid1_FreeText">

 

 

<EditorControl ID="FreeText" Columns="30" Rows="100" CssClass="FreeText" TextMode="MultiLine">

</EditorControl>

 

 

</ig:TextBoxProvider>

 

 

</EditorProviders>