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
0
votes
1 answer

Obout ComboBox not work with RequiredFieldValidator

The Obout ComboBox, was used like bellow:
Tito
  • 722
  • 4
  • 26
  • 55
0
votes
3 answers

ASP.NET Image Listbox

I want to display a list of images (instead of text) for the user to choose from. The control is databound (the URLs come from the database) Instead of the typical vertical scroll bar in a listbox, I want this box to be horizontal. I'm looking for…
Shankar
  • 1,634
  • 1
  • 18
  • 23
0
votes
1 answer

Obout Grid does not working inside an UpdatePanel after asynchronous postback

I have a dropdownlist for controlling Obout grid datasource.
jimi
  • 5
  • 6
0
votes
3 answers

How to display new record database table in the Grd View without postback

My current project is CRM based project, all the customer queries are stored in table. All those records we are displaying in obout grid. To see the new query(new record) every time we are refreshing the entire page . Is their any way to show the…
Ravi Teja Koneru
  • 502
  • 7
  • 16
0
votes
1 answer

Obout Suite Superform DateField issue

I am using the Obout Suite in a website. I have a SuperForm control in which I have inserted some controls like BoundFields or DateFields. The problem is that when I select a date at the DateField Calendar, the textbox associated doesn't refresh…
cartojal
  • 11
  • 2
0
votes
1 answer

Obout Grid foreign key value Object Data Source

I'm trying to access the foreign key's value I have created a LinqToSQL class where I have relationship between tables is created. I have developed this:
Dr MHQ
  • 37
  • 5
0
votes
1 answer

OBOUT Suite: HTML Editor imposible to Upload Images

I am using the HTML Editor from OBOUT, but i cant ENABLE the option to upload images in the editor, it appears in gray. How can i enable the upload images in the Obout Editor?
Carlos Ancona
  • 67
  • 2
  • 11
0
votes
0 answers

Can't Access Super Form Nested Inside Gridview

I'm trying to update a GridView object from a nested Obout SuperForm. My code behind method, however, keeps returning null when I try to access the GridView's SuperForm control, like so... protected void AwardsSuperForm_ItemUpdating(object sender,…
user641687
0
votes
1 answer

Obout Calendar in UpdatePanel messes up after asynchronous postback

I am currently trying to implement a date range search function using Obout Calendar controls. The idea is that the user can select a date from the Obout calendar which will then fill a asp:TextBox beside it. There are other fields in the form, but…
jaredk
  • 986
  • 5
  • 21
  • 37
0
votes
0 answers

Time not displaying on Obout Calender control?

I am using an obout calender control in asp.net using c#.I have set the code for the control using this tutorial Obout http://www.obout.com/calendar/tutorial_settime.aspx.I am using this control as I require the time and date to be obtained from a…
user1259076
  • 43
  • 1
  • 11
0
votes
1 answer

How to get obout grid CheckBoxSelectColumn value in code behind in asp.net?

I have CheckBoxSelectColumn in obout grid. I want check whether a checkbox in the column is checked or not. I have tried different ways to retrieve the information, but I have been unsuccessful. Please help me out.
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
2 answers

Not allow multi select CheckBoxSelectColumn in Obout grid?

I am using OBOUT grid and added CheckBoxSelectColumn column. I would like not allow user to select multiple checkboxes. i.e only allowed single select checkbox in the grid. How to do iterate grid and deselect allow and select only sender?. I wrote…
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
1 answer

HTML Editor Extender displays HTML on navigate backwards

I have an Ajax Control Toolkit HtmlEditorExtender control on my ASP.NET forms page. First I add some formatted text (including
's by pressing cariage return) and then navigate away from the page by following some link. Then I use the browser…
hofnarwillie
  • 3,563
  • 10
  • 49
  • 73
0
votes
1 answer

Obout Grid Control

I'm having issues using the Obout grid control after changing pages on the grid. For example, testing one of their examples available for download from their site (aspnet_grouping_initial.aspx) if you change pages on the grid you can no longer…
-1
votes
1 answer

obout mvc combobox selected Index changed event not working

I have this MVC control this is my control @Html.Obout(new Obout.Mvc.ComboBox.ComboBox("Country") { SelectedIndex = 0, ShowSelectedImage = true, …