Re: How can i set the bold status ingrid combobox when it was ch

Addition Question :

<!–[if gte mso 9]>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
<w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>EN-US</w:LidThemeOther>
<w:LidThemeAsian>KO</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:SpaceForUL/>
<w:BalanceSingleByteDoubleByteWidth/>
<w:DoNotLeaveBackslashAlone/>
<w:ULTrailSpace/>
<w:DoNotExpandShiftReturn/>
<w:AdjustLineHeightInTable/>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:DontVertAlignCellWithSp/>
<w:DontBreakConstrainedForcedTables/>
<w:DontVertAlignInTxbx/>
<w:Word11KerningPairs/>
<w:CachedColBalance/>
<w:UseFELayout/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
<m:mathPr>
<m:mathFont m:val=“Cambria Math”/>
<m:brkBin m:val=“before”/>
<m:brkBinSub m:val="–"/>
<m:smallFrac m:val=“off”/>
<m:dispDef/>
<m:lMargin m:val=“0”/>
<m:rMargin m:val=“0”/>
<m:defJc m:val=“centerGroup”/>
<m:wrapIndent m:val=“1440”/>
<m:intLim m:val=“subSup”/>
<m:naryLim m:val=“undOvr”/>
</m:mathPr></w:WordDocument>
<![endif]–>

<!–[if gte mso 10]>

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"표준 표"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; mso-bidi-font-size:11.0pt; font-family:"맑은 고딕"; mso-ascii-font-family:"맑은 고딕"; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"맑은 고딕"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:"맑은 고딕"; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-font-kerning:1.0pt;}

<![endif]–>






Thanks for your answer.



The bold status means  text Bold.



According to  follows my test source codes, <span style=“font-family: “맑은 고딕”;”>select2 column does not change
text Bold immediately like select1





select2 will change when I click
another place…but I want to change immediatly when I choice “y” or
“n”  like select1 column



 


Please Let me know how to do…


 


If you don’t
understand my means , ask me again… 



 <o:p></o:p>


Thanks for your advise…<o:p></o:p>



test.xml

<?xml version="1.0" encoding="UTF-8" ?>
 
 
      select1
          Y
          N
     
      select2
     
 
 
    Y
    N
 
 

select_yn.xml

<?xml version="1.0" encoding="UTF-8" ?>
 
          Y
          N
 



Answer by Support
:

Which bold status did you mean ?

In case of DataProcessor and "combo"  excell it is a correct behaviour.  Editing stops  when "enter" or  "tab"  key is  pressed. So,  the value is set and sent to the server only  in this case.



Question by tion P :

I'm testing the combobox in grid.

When I change the value in grid combobox, if i don't move focus from grid to another component(place), row does not changes the bold status.
Now i'm set grid values from column's source option.
If I set grid values through select & option, it was normally working.

let me know how can i solve the problem.
thanks in advance.



The “select1” and “select2” uses different editors, with different logic.

“co” editor closed when item selected from the list of options
"combo" editor not closed when item selected from the list of options, it closed only when focus moved to different cell ( tab, enter, key click outside )

For both editors, row marked as bold only after editor closed ( until editor not closed, change is not applied yet )

P.S. - Full version of KB dhtmlx.com/docs/products/kb/index.php , provides ability to reply on existing post.