Quote Originally Posted by Black_Storm View Post
why datasource property designed in this grid control but i should be use like as ur class and use IVBFlexDataSource ?!!
if this property designed for bind to any data control so how can use it ? any sample?
do u have any simple sample to i jst set this property to a adodc1?


i did see your topic before i ask my question here but i don't want fill my grid with coding and run query for each update or delete and like these actions,i want use like as data grid and binded automatically to adodc1

for example can i set this grid.DataSource = adodc1 in design and then just work with adodc1 like as adodc1.recordset.addnew or update or refresh or movefirtst move last and etc automatically binded to gird ?and i did not see retrieve field on rightclick on grid or change captions or fields binded and like these options...

so i think i can use bind between this grid and adodc or ... just with coding and do I have to do this for anything I need? .
if u know any datagrid (not like as vhflexgrid) to support cool theme (skins) and righttoleft layout?

i dont know yet maybe this grid support change skin or theme with coding if possible any sample code?
i found some but they have problem with righttoleft layout (like as jgrid or something better than jgrid) or trials...
The .DataSource property is not binding for CRUD.
It's just reading a recordset and filling the grid.