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
2 answers

OBOUT Suite: HTML Editor - Upload Images

I'm using the HTML Editor from the OBout suite which contains a lot of cool and efficient controls btw. However, I can't find a way to upload my own images from my computer to the server where i run the code using the HTML Editor. I could do this…
RoundOutTooSoon
  • 9,821
  • 8
  • 35
  • 52
0
votes
1 answer

Unable to cast object of type 'Obout.Grid.GridTemplate' to type 'System.Web.UI.WebControls.GridViewRow'. not resolving

I want to disable gridview row on button click which is inside the gridview. So for that I have written the below code. protected void btnPayGenInvoice_Click(object sender, EventArgs e) { if (strMode == "M") { Button btn =…
Nad
  • 4,605
  • 11
  • 71
  • 160
0
votes
1 answer

Creating a hierarchical list from flat LINQ results

Hoping someone can comment on a more effective way to do this: I have a generic list of work items that represents a user's to-do list. Currently, this is sorted and displayed in an Obout Treeview by due date only and works fine. Now we're looking…
Synctrex
  • 811
  • 1
  • 11
  • 19
0
votes
1 answer

obout:ColorPickerExtender in UpdatePanel causes full postback

I have an obout ColorPickerExtender in an UpdatePanel along with some other controls. The other controls execute partial postbacks as expected, but the ColorPickerExtender executes a full postback despite being in the UpdatePanel. Here's the…
John Riehl
  • 1,270
  • 1
  • 11
  • 22
0
votes
3 answers

asp.net c# obout Details Grid get current page Index

am using obout Grid and am creating Details Grid i want to find out the current Page Index of Details Grid(child Grid) my Grid are below
ash060
  • 137
  • 2
  • 4
  • 14
0
votes
1 answer

obout Grid referesh Master Grid after update DetailGrid and keep expand DetailGrid

am using Obout Grid with asp.net c# we have a nested Obout Grid am editing Details Grid after perform the update we want refresh the Master Grid and after refresh we want keep the expand which is updated my Grid is
ash060
  • 137
  • 2
  • 4
  • 14
0
votes
2 answers

Checkbox check is not working

I have 4-5 checkbox inside gridview. I want to save its value into the database like, If checked == true, then "Y" else "N" but got error as object reference not set to an instance of an object I defined all checkboxes as…
Nad
  • 4,605
  • 11
  • 71
  • 160
0
votes
1 answer

Obout.Interface.OboutTextBox' is null or not an object error

When I use my below JS FIDDLE, I get error as Obout.Interface.OboutTextBox' is null or not an object in IE. I don't know what is the issue here I get error at line no 308 which is Obout.Interface.OboutTextBox.prototype.applyCrossBrowserFixes =…
Nad
  • 4,605
  • 11
  • 71
  • 160
0
votes
1 answer

How to set Records per page limit in OBOUT Grid?

I want to set Records per page limit should be always all in a grid in ASP.Net. By default the limit is in 20 records per page, But It should be "All" records per page. I am still new in ASP.NET. May I know how to do it in ASP.NET. ?
Md Aslam
  • 1,228
  • 8
  • 27
  • 61
0
votes
1 answer

Obout "onCallbackError" problem

I'm using the obout grid control in c# and not to sure how to throw an error from the code behind! I am catching the error in the code behind with a try catch block (which i can see it doing using break points in visual studio) which I am creating…
Nick
0
votes
3 answers

Obout Grid Asp.Net disable text column on adding

I have a grid from obout:
sabri128
  • 91
  • 1
  • 2
  • 7
0
votes
1 answer

Mac computers aren't processing mailto: links correctly when they have // in them (mailto://)

Sorry for the question title, it's a little difficult to phrase in my opinion. Here is the full question: The WYSIWYG HTML editor we use on our websites includes a // in the mailto: link when inserted into the text editor box (mailto://). We are a…
mcm9010
  • 3
  • 3
0
votes
1 answer

obout grid using automated update/insert/delete statement

I am having issues using the Obout grid control in a webform. I created a SqlDataSource that has a "where" clause using a label control's text property on the page. This label's text property is updated with radiobuttons. The SqlDataSource has…
Eliseo
  • 316
  • 6
  • 17
0
votes
1 answer

Obout Tree .HTML method giving timeout error

We have used Obout Tree View in our application. Problem is that it works totally fine on our development server but its .HTML property is getting timed out on the client's staging server. I have checked dll version's and they are same. Also tried…
Ashish
  • 16
  • 4
0
votes
1 answer

Obout Grid filter breaks after postback

I have an Obout Grid with custom filters that is used to display information about two different items with similar but slightly different fields. They share two columns and two others switch visibility depending on which item is being displayed in…
Evan Frisch
  • 1,334
  • 5
  • 22
  • 40