Categories | Question details Back To List | ||
coro selection problem dear support, Your sample is work fine for me... other then when i select the empty value. If i select the empty value the grid combo show without the border... how i overcome this problem... <?xml version="1.0" encoding="UTF-8"?> <rows> <row id="3" selected="1"> <cell>-200</cell> <cell xmlcontent="1">1<option value="1"><![CDATA[Procurement Plan]]></option> <option value="2"><![CDATA[Procurement Plan11]]></option> <option value="3"><![CDATA[ ]]></option> </cell>" </row> </rows> when i select 3 the grid combo show without the border....how can i show the border....please help me.... thanks, karthik Answer posted by Support on May 08, 2008 09:41 The fast and dirty solution will be <option value="3"><![CDATA[ ]]></option> It will look the same empty-line, but grid will render correct borders around it. Oncoming update will contain fix for original problem. |