hi every body.
i have a problem that i can't understand , i hope you can help me, thank you
take a look with this function:
<script type="text/javascript">
function RowDblClick(sender, eventArgs)
{
sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical());
}
</script>
this function was wrote for client event double click on gird and this function will show edit mode of the row i doubled click . i didn't write this function, i copied it in a example. the problem is how can i known sender and eventArgs support method .get_masterTableView() and .get_itemIndexHierarchical() for me , because when i dot after sender or eventArgs i couldn't see any method or property that i could use . please show me the way that i can know sender or eventArgs support how many method or property.
thank you.
i have a problem that i can't understand , i hope you can help me, thank you
take a look with this function:
<script type="text/javascript">
function RowDblClick(sender, eventArgs)
{
sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical());
}
</script>
this function was wrote for client event double click on gird and this function will show edit mode of the row i doubled click . i didn't write this function, i copied it in a example. the problem is how can i known sender and eventArgs support method .get_masterTableView() and .get_itemIndexHierarchical() for me , because when i dot after sender or eventArgs i couldn't see any method or property that i could use . please show me the way that i can know sender or eventArgs support how many method or property.
thank you.