This topic has not yet been rated - Rate this topic

Sys.UI.DataView.selectedIndex Property

Gets or sets the index of the currently selected item.

NoteNote:

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.


var a = MyDataView.get_selectedIndex();
MyDataView.set_selectedIndex(value)

Parameter

Description

value

The currently selected index.

The currently selected index.

Did you find this helpful?
(1500 characters remaining)