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
Hi
I have webgrid with the Dafaultstylemode as the Silver. How do you I give the alternating row styles on runtime and also the header captions Color other than the DefaultStyle mode
Hi Shri,
You can add this code on InitializeLayout event:
protected void WebGrid1_InitializeLayout(object sender, ISNet.WebUI.WebGrid.LayoutEventArgs e) { WebGrid1.LayoutSettings.HeaderStyle.BackColor = System.Drawing.Color.Lime; WebGrid1.LayoutSettings.RowStyle.BackColor = System.Drawing.Color.LightPink; }
Hope this helps.
Regards,
Bernard
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