Questions tagged [obout]

A collection of mostly free ASP.NET components like TreeView, Calendar, HTML Editor, File Upload, SlideMenu and more by Obout Software Inc.

A collection of mostly free ASP.NET components like TreeView, Calendar, HTML Editor, File Upload, SlideMenu and more by Obout Software Inc.

94 questions
1
vote
1 answer

Using javascript to add 2 entered dates together?

I have two dates using the obout controls, when both dates are entered instead of having the user enter the total number of days field text box, I wish to have a piece of javascript that would automatically calculate the total number from looking at…
madzcoding
  • 94
  • 1
  • 4
  • 12
0
votes
3 answers

Obout Calendar Control not working in Google Chrome

Has anybody found that the Obout Calendar control has stopped working in the latest Google Chrome update (17.0.963.56 m)? We have an active licence with Obout, but following two emails and two telephone calls we have yet to receive a response or…
QFDev
  • 8,668
  • 14
  • 58
  • 85
0
votes
1 answer

obout PageIndex

I'm using an obout grid and I wanted to know, what is the obout equivalent to PageIndex? For example, using Visual Studio's GridView, I would say: if (Session["PageIndex"] != null && !string.IsNullOrEmpty(Session["PageIndex"].ToString()))…
JTRookie86
  • 215
  • 3
  • 5
  • 15
0
votes
3 answers

ComboBox and EnableViewState="false"

Note: I am fairly new with ASP.NET I have a form with two ComboBoxes and one ASP.NET CheckBox list. I am running into issues outlined as follows: Though the query was accurate(confirmed by setting breakpoints and hovering over the query and…
anpatel
  • 1,952
  • 4
  • 19
  • 36
0
votes
1 answer

obout combobox setValue()

I am using an obout combobox to display color swatches for a product catalog and it's very cool except for one thing. When on the server, I set the .Value property explicity (for a reset) it IS setting on the serverside, but not in the client. For…
klkitchens
  • 1,202
  • 2
  • 16
  • 39
0
votes
2 answers

obout checkboxlist select all item (with horrible generated html)

I'm trying to write a Javascript "Select All" method for the checkboxes in this combobox. I'm using the obout third party control combobox. The HTML generated by this contorl is below. This is the method I am trying to use to facilitate the 'select…
splatto
  • 3,159
  • 6
  • 36
  • 69
0
votes
2 answers

Collection was modified; enumeration operation might not execute exception when adding a radio button to a dynamically created Obout grid?

I tried adding the radio button to the data source as I have no idea how to add the radio button to a dynamic Obout grid and I'm receiving a Collection was modified; enumeration operation might not execute exception. is there a way to add it to the…
0
votes
1 answer

Obout Grid control on a tab control

I'm using an Obout Grid inside an Obout tab control. I'm using Iframes to load the grid inside the tab. If i open a tab and click onto another tab before the data grid finishes loading it doesn't show the data in the grid. But if i let it load it…
0
votes
1 answer

Obout Combobox events only fire on page load

I have the following obout control on my page: Both of the…
user390480
  • 1,655
  • 4
  • 28
  • 61
0
votes
2 answers

How to give path to Styles folder, one directory up, asp.net

i am using Obout combobox, its styles folder is one directory up, when i give its path in FolderStyle, its detected by Visual Studio and the combobox with new style appears, but when i run it on browser, it gives the error Cannot use a leading .. to…
Muhammad Atif Agha
  • 1,535
  • 3
  • 33
  • 74
0
votes
1 answer

Obout Grid: Hiding an Image on a grid for certain rows only

Using the obout grid with the following column: And the following Template:
Robert Smith
  • 634
  • 1
  • 8
  • 22
0
votes
1 answer

How to reset Obout combobox on click

i am using obout combobox, the problem is, i want, when i click to change the text, the old text should be removed, because it remains there and append the text which i enter, does anybody have any idea, how to do that?
Muhammad Atif Agha
  • 1,535
  • 3
  • 33
  • 74
0
votes
1 answer

Obout.com ComboBox "Failed to load viewstate" error

I have just downloaded Obout.com suite controls for ASP.NET 3.5 and 4.0. I made this because I wanted a DropDown with images near items. It is working well, but, still in the examples, when you set AutoPostBack property to true, and you select an…
Ramon Araujo
  • 1,743
  • 22
  • 31
0
votes
0 answers

Obout HTMLEditor control not working on hosting server

I am testing the latest Obout HTMLEditor control (from the .NET 3.5+ suite) in a simple .NET 4.0 web application at http://www.khazaronline.com/11.aspx It works locally but on the hosting server there are problems. It loads up fine but when I click…
0
votes
1 answer

idea for Enable/disable add, edit, delete image button on obout grid?

how to Enable/disable OBOUT Grid Add, Edit, Delete image icon using C# or Jquery i tried this code: grdadmin.AllowAddingRecords = false; protected void Grid1_RowDataBound(object sender, GridRowEventArgs e) { GridDataControlFieldCell…
ethiraj
  • 67
  • 11