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've been trying to get my web combo to show different colour rows based on one of the columns of my result set.
I've tried to loop through all the items on the OnAfterResponseProcess client event but I can't seem to even change the text within the cells.
Has anyone done this or can anyone help me with this task?
Thanks
Paul
Hi Paul,Unfortunately you are unable to set style(color) on client side event (OnAfterResponseProcess). If you want to set a style, a codes had to set in Server side. And I suggest you to use on InitializeRow event.
For example :
protected void WebCombo1_InitializeRow(object sender, ISNet.WebUI.WebCombo.RowEventArgs e) { e.Row.Cells[0].Style.BackColor = System.Drawing.Color.Orange; }
Hope this helps.Riendy
Thank you kind sir, it's working as I hoped.
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