Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Eliyahu Goldin #21
Re: datagrid help
Check in the form designer's property window in the event panel if the event
is still set. If it is not, set it again.
Eliyahu
"dollar" <dollar.1qyxtp@mail.codecomments.com> wrote in message
news:dollar.1qyxtp@mail.codecomments.com...>
> i don't know what I changed in my datagrid, it can't trigger
> the item_command event now, pls help.
>
>
>
> --
> dollar
> ------------------------------------------------------------------------
> Posted via [url]http://www.codecomments.com[/url]
> ------------------------------------------------------------------------
>
Eliyahu Goldin Guest
-
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the datagrid Update event.
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the... -
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
problema ultima pagina datagrid asp.net/problem last page datagrid
ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
larcelarcen #22
DataGrid help
hi, i want to use datagrid to make log file for my application, and i want to add an icon for each row (windows log file like). is there a way to do that?
thanks
larcelarcen Guest
-
peterskeeter #23
Re: DataGrid help
Sounds like you need to use an itemrenderer in a datagrid to me. Depending on
the size of the log text you want to use, you could make a mxml
component/itemrenderer with an icon/image and a text label (or similar) next to
it.
Then in your datagrid definition use it as the itemrenderer for each row that
appears in the dg.
peterskeeter Guest



Reply With Quote

