0

I want to know if it's possible to highlight rows in asp list boxes based on condition. In my project I have two list boxes and moving items between them, so I need to color list boxes rows based on condition (for example, color in red those items which are blocked or in use, something like this)

thank you

Marianna
  • 35
  • 1
  • 10
  • I think you can't implement this with devex list box but I'm not 100% sure so you should ask DevEx support. You can assing different images to list box items but I assume this isn't functionality you need. – Filip Jun 28 '12 at 13:21
  • yes, you're right. And what about common aspx list box component (not devexpress) ? is this functionality possible? – Marianna Jun 28 '12 at 14:02
  • I didn't use asp.net list box so I can't help you with that. However, you could try using two AspXGridViews for your initial task. e.g. something like this [devex demo](http://demos.devexpress.com/ASPxGridViewDemos/Selection/Selection.aspx). – Filip Jun 28 '12 at 14:19
  • Filip, thank you anyway! I know about this demo, but it's not exactly what I want – Marianna Jun 28 '12 at 14:38

0 Answers0