Hi,
I am very new to dev express. In my application, I am using document.getElementById('"<%comboboxname_ClientID%>').value to pass the values to javascript. when i started using dev express combobox control, I am not able to pass the values. please tell an alternative solution on this..I am adding my code here as well..
<script type
="text/javascript">
function abc() {
def(document.getElementById('<%=a.ClientID%>').value,document.getElementById('<%=b.ClientID%>').value,document.getElementById('<%=c.ClientID%>').value);
};
</script
>
<script type="text/javascript" src ="xyz.js">
where a,b,c are combobox id's..I have to get these values from the combobox and pass those values to xyz.js