[rwfphp-developers] DataGrid
Status: Beta
Brought to you by:
kaibab
|
From: Berend D. <cyb...@sp...> - 2004-09-15 21:21:41
|
Ok, the MultiContainer works fine now. I don't see any problem with the way its done now - it seems its a legitimate way of overloading objects. Anyway, I've build a listing control that shows a selection from the database. Now I wanted to make the list clickable. I mean you can select one of the entries which then shows it details and the option to edit and remove stuff. The problem is that I generate this list dynamically so I can't just add buttons as the list size may change, plus I generate the code for the table myself. Now I found that DataGrid control you were working on. Is that one capable of generating clickable content or do i need to design my own control for summit like that? I looked at the code but I couldn't find any evidence to see if it supports events. Berend Dekens P.S. Once I got this stuff completely working I'll help out with some articles and examples for using code. Should help other users getting started as well :-) |