I need some help for the scenario below:
I have a telerik grid with GridTemplateColumn. This GridTemplateColumn contains telerik combox called "radTravelType" in the EditItemTemplate. This combobox has 3 RadComboBoxItem which are "Taxi", "Car" and "Public Transport". When I select "car" option, a field called "Vehicle No." should be validated(cannot be empty). however this vehicle no. field is not a field within the grid. How can I achieve this?
I have a telerik grid with GridTemplateColumn. This GridTemplateColumn contains telerik combox called "radTravelType" in the EditItemTemplate. This combobox has 3 RadComboBoxItem which are "Taxi", "Car" and "Public Transport". When I select "car" option, a field called "Vehicle No." should be validated(cannot be empty). however this vehicle no. field is not a field within the grid. How can I achieve this?