Search Results

Type: Posts; User: Ares

Search took 0.01 seconds.
  1. Hi!

    I found a work arround. In case someone wants to know how I did it, here's the code:



    <script type="text/javascript">
    //<![CDATA[
    var getDroppedItems = function() {
  2. Hi!

    I try change the max date to a datefield in codebehind and I get a stack overflow error.




    ASPX:

    <ext:DateField ID="txtEndDateMovementType" AllowBlank="false" Vtype="daterange"...
  3. Hi!

    I tried the workarround but I allways get the same error: object doesn't accept the property or method.

    any other workarround?
  4. Hi! I have two multiselect controls with drag &amp; drop. Control works fine if I try to know from codebehind wich are the selected Items but if I try to get all the items (selected + not selected) in...
  5. Hi!

    It would be nice to be able to Drag &amp; Drop from dataview to a multiselect.

    It would also be nice to have a multiselect with the posibility to render data in various columns and not just...
  6. Hi!

    I've a combobox linked to a store that fetches data from a web service.*
    I try to add*items to the combobox programaticly whith the combo.Items.add(new ListItem[...]) with no luck.*
    If I use...
  7. Thanks :)
  8. Hi!

    I have a disabled textfield that I set its value via javascript with the setRawValue() method. When I do postback I try to read its value server side with textfield.Text or textField.Value and...
Results 1 to 8 of 8