iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
We are using webgrid 10. Cell text-wrapping is made false on page and it is working perfectly for display and edit also. At time of adding new row the setting for no-wrap is not working for column made from WebValueList or webCombo; although it works perfectly for text columns. Entered text is shown with wrap.
It may be small setting from clientside or serverside like
webGridColumn.CellStyle.Wrap = false; webGridColumn.HeaderStyle.Wrap = false; webGridColumn.AllowMultiLine = false;
For failed validation, UI does not look nice.
Could someone suggest some fix for this !
regards
Sachin
Hi Sachin,
that would be the default behavior in the webgrid default style. This behaviour has been enhanced in our new Unified Theming. You could try migrating your project by following this guide.
I attached an image for you to see the difference between the default style and the new unified theming. Hope this helps.
Best Regards,Erwin Sanders
Hello Sachin,
Sorry for the late reply. I found a way to unwrap the newly added row. You could add the following SelectedRowStyle in LayoutSettings.
...<LayoutSettings> <SelectedRowStyle CustomRules="white-space: nowrap;"></SelectedRowStyle></LayoutSettings>...
Hope this helps.
By the way, migrating to Unified theming is actually quite easy as you could follow these simple steps. It doesn't require any additional CSS or design skills.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname