In case anyone is interested:

<grid ...>
   <gridtext ...>
     <method name="doSort">
       ...
     </method>
   </gridtext>
</grid>

Basically, I was trying to override grid's doSort method but that  
method actually belongs to gridbasecolumn (super parent of gridtext)

Thanks anyway,
Daniel

On May 24, 2006, at 6:35 PM, Daniel Salama wrote:

> BTW, I tried doing this:
>
> <grid ...>
>    <method name="doSort">
>      <!-- Override doSort -->
>      Debug.write("doSort overriden");
>    </method>
>    ...
> </grid>
>
> but that didn't work.
>
> Any suggestions?
>
> Thanks,
> Daniel
>
> On May 24, 2006, at 6:28 PM, Daniel Salama wrote:
>
>> I'm wondering if there is a way to catch something like an onsort
>> event for a gridtext. Basically, I don't want the grid to sort my
>> data. I want to capture the column that was clicked in order to send
>> it to my back end server and fetch new "sorted" data.
>>
>> Thanks,
>> Daniel
>> _______________________________________________
>> Laszlo-user mailing list
>> [email protected]
>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to