qcontrolproxy in qdatagrid

Login or register to post comments
1 reply [Last post]
Offline
Joined: 02/04/2011

Hi everyone! I would like know if is possible have a qcontrolproxy in qdatagrid? I want it because in the my datagrid, I want have actions for row's click, header's click and the checkboxcolumn. First, I try to do the actions with datagrid->AddAction and datagrid->AddRowAction but isn't run exactly good. If isn't possible, how can I do it? If some want know the scenario to help me, I answer alll the questions!

thanks a lot!

vakopian's picture
Offline
Joined: 04/08/2008

What are the problems with AddRowAction? Have you looked at the example? http://examples.qcu.be/assets/_core/php/examples/datagrid/rowactions.php

And yes, QControlProxy can be used in QDatagrid (if I remember correctly AddRowAction is implemented using QControlProxy's, or something similar)