hi my friends
how defind 1 confirm ingridview for update button??
thanks
Page 1 of 1
Confirm For Update In Gridview?
#2
Posted 12 May 2013 - 12:46 AM
I think that would be something like:
array(
'class'=>'CButtonColumn',
'buttons'=>array(
'update'=>array(
'url'=>...,
'click'=>'function () {
if (confirm("...") != true)
return false;
}',
)
)
)
Share this topic:
Page 1 of 1

Help










