wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Pre-Defined hilite showcase issue #678

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All ,

I have problem when i try to use Pre-Defined Hilite example on showcases 
http://www.smartclient.com/smartgwt/showcase/#grid_hiliting_pre_defined , 

The pre defied condition works fine (area > 5000000 ,,,,,,,,,,) but when i try 
to add new condition using "Edit Hilites" button , with (country contains Italy 
) for example no thing will be changed !!! and i try this on different browsers 
(IE , Chrome , FF) 

What im try to achieve is to have initial Hilites depend some conditions , in 
addition to have ability to edit hilite with new condition , and make the new 
hilite changes stronger than the default one 

Any help on this please ,

Original issue reported on code.google.com by Arkan.D...@exalt.ps on 16 Jul 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Hi all 

The issue was with the id of Hilite , if you can see that in the example we 
have 2 Hilite condition with 0 , 1 Ids . the problem will appear when you try 
to edit the Hilite using Hilite button , what happens that there will be 
conflict between the newly added Hilite condition and the initial ones . 

If you set the Ids to large number  100 , 101  , the hilite option will be 
applied successfully 

Original comment by Arkan.D...@exalt.ps on 16 Jul 2012 at 1:29