VSFlexgrid component

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Soniad
    New Member
    • Jan 2009
    • 66

    VSFlexgrid component

    Hi,

    I am new to VSFlexgrid component, and I need some help about changing the font style to italic. But , the code which I have written makes the whole text to bold and italic . I need to make first half (before ":" ) to bold and the rest to italic .

    here's the part of JavaScript Code :

    Code:
    	
    Bann = "Banner Name"
    			frm.VSFBannerList.AddItem((objRstListVSFG.Fields("ScreName").Value) +" : "+ Bann);
    				
    //Set Styles to Cell Text
    				frm.VSFBannerList.Col = 0
    				frm.VSFBannerList.Row = frm.VSFBannerList.Rows-1
    				frm.VSFBannerList.CellFontBold = true;
    				frm.VSFBannerList.CellFontItalic = true;
    //End Styles
    Here "VSFBannerL ist" is id of ActiveX control (.ocx).
    These rows are added inside while loop (dyanamic rows).


    Regards,

    "D"
  • Soniad
    New Member
    • Jan 2009
    • 66

    #2
    VSFlexGrid Row Select

    Hi ,

    I want the syntax for VSFlexGrid row select.
    There's a combo box. OnChange,I want to select first row bydefault of VSFlexGrid.

    Any Solution.


    Regards,

    "D"

    Comment

    Working...