qcontrolproxy in qdatagrid
Fri, 05/20/2011 - 09:49
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!

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)